home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 March / PCWorld_2002-03_cd.bin / Komunik / opera / mac / Opera5.0Installer.PPC.sit / Opera 5.0 Installer.PPC / Styles / history.css < prev    next >
Cascading Style Sheet File  |  2001-08-24  |  659b  |  47 lines

  1. /* Stylesheet for the Opera History document */
  2. /* Copyright 2000 Opera Software */
  3.  
  4. body {
  5. font-size: 10.5pt;
  6. font-family: Georgia, serif;
  7. background-color: white;
  8. color: black;
  9. white-space: nowrap;
  10. }
  11. a:link, a:visited {
  12. color: blue;
  13. text-decoration: none;
  14. }
  15.  
  16. h1 {
  17. margin: 0;
  18. padding: 0;
  19. }
  20.  
  21. table {
  22. border: 0;
  23. padding: 0;
  24. border-spacing: 0;
  25. font-size: 10.5pt;
  26. white-space: nowrap;
  27. }
  28. td {
  29. border: 0;
  30. padding: 0;
  31. }
  32. td.time {
  33. padding-right: 0.5em;
  34. font-family: Lucida Console, Courier New, monospace;
  35. }
  36. td.address {
  37. padding-left: 0.5em;
  38. }
  39. td.date {
  40. background-color: #ddd;
  41. font-style: normal;
  42. font-weight: bold;
  43. font-size: 15pt;
  44. text-align: left;
  45. padding: 0;
  46. }
  47.